home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 317
- Height = 148
- Caption = 'Event Switching Test'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Default'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 16
- Top = 24
- Width = 273
- Height = 73
- Caption = 'Switch Event Handlers'
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'Default'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-